projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d497b
)
(Fother_buffer): Change for Lisp_Object selected_frame.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 13 Sep 1999 11:13:16 +0000
(11:13 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 13 Sep 1999 11:13:16 +0000
(11:13 +0000)
(record_buffer): Ditto.
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 68013d4032a44e03b50a5c691476ab22171a2f65..996833857868c27d19958bccc1f64967beb0b529 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-921,7
+921,7
@@
If BUFFER is omitted or nil, some interesting buffer is returned.")
notsogood = Qnil;
if (NILP (frame))
- frame =
Fselected_frame ()
;
+ frame =
selected_frame
;
tail = Vbuffer_alist;
pred = frame_buffer_predicate (frame);
@@
-1241,7
+1241,7
@@
record_buffer (buf)
{
register Lisp_Object link, prev;
Lisp_Object frame;
- frame =
Fselected_frame ()
;
+ frame =
selected_frame
;
prev = Qnil;
for (link = Vbuffer_alist; CONSP (link); link = XCONS (link)->cdr)